home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Portable Applications / Portable Start Menu 2.1 / psmsetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2008-09-30  |  2.4 KB  |  50 lines

  1. ;InnoSetupVersion=5.2.3
  2. [Setup]
  3. AppName=Portable Start Menu
  4. AppVerName=Portable Start Menu {cm:myVersion}
  5. AppId=aignespsmenu
  6. AppVersion={cm:myVersion}
  7. AppPublisher=www.aignes.com
  8. AppPublisherURL=http://www.aignes.com
  9. AppSupportURL=http://www.aignes.com
  10. AppUpdatesURL=http://www.aignes.com
  11. DefaultDirName={pf}\PSMenu
  12. DefaultGroupName=Portable Start Menu
  13. OutputBaseFilename=in
  14. Compression=lzma
  15. DisableProgramGroupPage=yes
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\psmenu.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\psmenu.ext"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\closeall.wav"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\psmenu.chm"; DestDir: "{app}"; Flags: ignoreversion 
  24. [Run]
  25. Filename: "{app}\psmenu.exe"; Description: "{cm:LaunchProgram,Portable Start Menu}"; Flags: postinstall skipifsilent nowait
  26. [Icons]
  27. Name: "{group}\Portable Start Menu"; Filename: "{app}\psmenu.exe"; Tasks: groupicon; 
  28. Name: "{group}\{cm:UninstallProgram,Portable Start Menu}"; Filename: "{uninstallexe}"; Tasks: groupicon; 
  29. Name: "{commondesktop}\Portable Start Menu"; Filename: "{app}\psmenu.exe"; Tasks: desktopicon; 
  30. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Portable Start Menu"; Filename: "{app}\psmenu.exe"; Tasks: quicklaunchicon; 
  31. [Tasks]
  32. Name: "groupicon"; Description: "Create a start menu group"; GroupDescription: "{cm:AdditionalIcons}"; 
  33. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  34. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  35. [CustomMessages]
  36. default.NameAndVersion=%1 version %2
  37. default.AdditionalIcons=Additional icons:
  38. default.CreateDesktopIcon=Create a &desktop icon
  39. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  40. default.ProgramOnTheWeb=%1 on the Web
  41. default.UninstallProgram=Uninstall %1
  42. default.LaunchProgram=Launch %1
  43. default.AssocFileExtension=&Associate %1 with the %2 file extension
  44. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  45. myVersion=2.1
  46. [Languages]
  47. ; These files are stubs
  48. ; To achieve better results after recompilation, use the real language files
  49. Name: "default"; MessagesFile: "embedded\default.isl"; 
  50.